referential integrity - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

referential integrity - перевод на русский

SITUATION WHERE ALL DATA REFERENCES ARE VALID
Declarative Referential Integrity; Referential Integrity; Inclusion dependency; Referential constraint; Inclusion dependencies; Declarative referential integrity
  • Eat the Rich]]" referred to this artist. With referential integrity enforced, this would not have been possible.

referential integrity         

общая лексика

целостность ссылочных данных (в реляционной структуре БД)

Data Integrity         
MAINTENANCE OF, AND THE ASSURANCE OF THE ACCURACY AND CONSISTENCY OF, DATA OVER ITS ENTIRE LIFE-CYCLE
Integrity protection; Database integrity; Integrity constraints; Integrity constraint; Domain integrity; User-defined integrity; Data fidelity
обеспечение целостности данных. Эта услуга обеспечивает защиту данных от активных угроз, таких как изменение, вставление, удаление или повторное воспроизведение данных.
data integrity         
MAINTENANCE OF, AND THE ASSURANCE OF THE ACCURACY AND CONSISTENCY OF, DATA OVER ITS ENTIRE LIFE-CYCLE
Integrity protection; Database integrity; Integrity constraints; Integrity constraint; Domain integrity; User-defined integrity; Data fidelity

общая лексика

целостность данных

в СУБД - правильность данных и их согласованность с ожидаемым значением после пересылки или обработки

Смотрите также

database integrity; record locking

Определение

referential integrity
<database> A collection of properties which should be possessed by data in a relational database. For example, in a database of family members, if we enter A as a spouse of B, we should also enter B as a spouse of A. Similarly, if we remove one end of the relationship we should also remove the other. (1998-02-18)

Википедия

Referential integrity

Referential integrity is a property of data stating that all its references are valid. In the context of relational databases, it requires that if a value of one attribute (column) of a relation (table) references a value of another attribute (either in the same or a different relation), then the referenced value must exist.

For referential integrity to hold in a relational database, any column in a base table that is declared a foreign key can only contain either null values or values from a parent table's primary key or a candidate key. In other words, when a foreign key value is used it must reference a valid, existing primary key in the parent table. For instance, deleting a record that contains a value referred to by a foreign key in another table would break referential integrity. Some relational database management systems (RDBMS) can enforce referential integrity, normally either by deleting the foreign key rows as well to maintain integrity, or by returning an error and not performing the delete. Which method is used may be determined by a referential integrity constraint defined in a data dictionary.

The adjective 'referential' describes the action that a foreign key performs, 'referring' to a linked column in another table. In simple terms, 'referential integrity' guarantees that the target 'referred' to will be found. A lack of referential integrity in a database can lead relational databases to return incomplete data, usually with no indication of an error.

Как переводится referential integrity на Русский язык